Welcome![Sign In][Sign Up]
Location:
Search - lexical and syntax analyzer

Search list

[ELanguagegrammaranalyse

Description: 一个用java实现的词法和语法分析器,做的不是很好,希望大家提出意见-java with a realization of lexical and syntax analyzer, is not so good, and he hopes that everyone views
Platform: | Size: 18231 | Author: jywhu | Hits:

[ELanguagec

Description: 简单的词法分析小例子- Simple lexical analysis small example
Platform: | Size: 7168 | Author: 站长 | Hits:

[Windows Developgf2112gf

Description: VB代码集合·一个C语言分析器 .. ·生成Pascal语言.. ·Basic编译器源码.. ·一个基于C++的语法.. 最新内容下载排行榜 ·VmBasic 源代.. ·小型的 C 语言编译.. ·VC++编的一个词法.. ·C++版 词法分析、.. ·编译原理词法分析的电.. · idel虚拟机源.. ·pl/0词法编译器,.. ·良好的C语言语法检查.. ·小型的 C 语言编译.. ·小的c编译器包括词法.. 文件名称: xdtools.zip下载 所属分类: 编译器/解释器 开发工具: C 文件大小: 189 KB 上传时间: 2004-10-28 下载次数: 15 提 供 者: 李可 详细介绍: 一个很好的编译工具!!! (2005-3-16,VB,422KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-VB code set a C language analyzer .. Generation Pascal language .. Basic compiler based on the source .. 1 .. C syntax download the latest list VmBasic source substituting .. small C language compiler VC .. Part of a lexical .. C version of lexical analysis, .. compiler theory lexical analysis of electric .. Debido source Virtual Machine .. pl/0 accidence compiler, .. good C language syntax check .. small C language compiler .. small c compiler including lexical .. file names : xdtools.zip download respective categories : compiler/interpreter development tools : C Size : 189 KB upload time : 2004-10-28 downloads : 15 providers : Li Long detailed presentations : a good compiler tool! ! ! (2005-3-16, VB, 422KB download 0) report to the head of this document and any similar document may r
Platform: | Size: 432128 | Author: 牛顿 | Hits:

[ELanguagegrammaranalyse

Description: 一个用java实现的词法和语法分析器,做的不是很好,希望大家提出意见-java with a realization of lexical and syntax analyzer, is not so good, and he hopes that everyone views
Platform: | Size: 18432 | Author: jywhu | Hits:

[ELanguageSyntax-Analyzer

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure
Platform: | Size: 150528 | Author: 小小 | Hits:

[ELanguageyufa

Description: 编译原理,一个词法、语法分析器,实在VC6.0环境下编译的。 能够完成一个PL0语言编写的简单程序的刺法分析和语法分析。 本来还有语义分析的,可是不知道存到哪里了,找不到了。-Compiler Construction Principles, a lexical, syntax analyzer, VC6.0 environment is compiled. Able to complete a simple language PL0 procedures barbed law analysis and grammar analysis. Actually, there is semantic analysis, but do not know where to deposit, and can not find the.
Platform: | Size: 336896 | Author: 侯伟 | Hits:

[ELanguage040410224

Description: 9.简单Simple语言编译器的实现 1.设计符号表 2.设计词法分析器 3.语法分析与中间代码产生器 -9. Simple language compiler simple realization 1. Design symbols Table 2. The design of lexical analyzer 3. Syntax analysis and intermediate code generator
Platform: | Size: 235520 | Author: 狐狸 | Hits:

[ELanguageparse

Description: 编译原理课程设计中的词法和语法分析器的设计-Principles of curriculum design compiler of lexical and syntax analyzer design
Platform: | Size: 1291264 | Author: fangqiang | Hits:

[ELanguagecffxq

Description: 编译器设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序。整个编译程序分为三部分:词法分析部分、语法分析处理及四元式生成部分、输出显示部分。-Compiler design compiler compiler involved in three of five stages, namely, lexical analyzer, syntax analyzer and intermediate code generator. Compiler output results include lexical analysis of binary sequence, variable watch, state stack analysis shows and quaternion sequence procedures. The entire compiler is divided into three parts: part of lexical analysis, grammar analysis and to generate part of quaternion type, the output display.
Platform: | Size: 177152 | Author: 佚星 | Hits:

[ELanguagec-minus

Description: 词法和语法分析器,其中词法分析是用c写的,语法分析是用java写的-Lexical and syntax analyzer, including lexical analysis is c written grammar analysis is written in java
Platform: | Size: 1081344 | Author: AFei | Hits:

[ELanguageTranslate

Description: 编译原理实验,包含词法分析,语法分析(递归下降和LL1),语义分析-Compiler experiment, including lexical analysis, syntax analysis (recursive descent and LL1), semantic analysis
Platform: | Size: 217088 | Author: zhaochongbo | Hits:

[Editorcifayufafenxi_C

Description: 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
Platform: | Size: 61440 | Author: 李雪红 | Hits:

[ELanguagewhile

Description: 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the statement while the grammar, or to the beginning of grammar symbols can not be derived from the statement. (2) The program should include the lexical analyzer, the statement can be carried out input lexical analysis, and then output the results. Lexical analyzer should be able to identify the keywords, identifiers, constants, operators and so on. (3) parser of the program can analyze the syntax of input to determine whether the input statement to meet the loop while the grammar. Priorities through a simple statement of the method of analysis to see whether it can reduce to the beginning of grammar symbols. (4) the program analyzer is the semantic analysis of the results of the output requirements of the output is three-address form.
Platform: | Size: 60416 | Author: 李伟霞 | Hits:

[ELanguagecifayufa

Description: 一个简单的词法和语法分析器,很适合新手学习,也可以拿来做实验报告.-A simple lexical and syntax analyzer, it is suitable for novice learning can also be used as a lab report.
Platform: | Size: 61440 | Author: liwei | Hits:

[JSP/JavaLexicalAnalyzer

Description: Lexical and syntax analyzer- mini-c compiler in java
Platform: | Size: 37888 | Author: sai subramanyam | Hits:

[ELanguagelex_yacc

Description: lex和yacc,好东西,编译原理词法和语法分析 器的制作工具,学习编译原理必备。-lex and yacc, good things, compiler theory the production of lexical and syntax analyzer tools, learning the necessary compiler theory.
Platform: | Size: 300032 | Author: lsc | Hits:

[Windows Developlexical-analyzer

Description: c语言VC平台下的词法和语法分词器。可以正常编译运行。-c language under the VC platform morphology and syntax segmentation. You can compile and run properly.
Platform: | Size: 18432 | Author: 后市太 | Hits:

[Shell apilex-and-syntax-

Description: 用C语言编写的一个特定文法的词法分析器,内有文法描述PPT和实验指导书,电子科技大学的编译原理实验哦-Using C language of a particular grammar lexical analyzer, there grammar description PPT and guide books, the University of Electronic Science and Technology Compiler Principle Experiment oh
Platform: | Size: 2514944 | Author: 许鑫鹏 | Hits:

[ELanguageLexical

Description: java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
Platform: | Size: 15360 | Author: panchai | Hits:

[OtherLexical-and-grammar-analyzer

Description: 实现词法分析生成二元式,并通过语法分析生成变量名表,报告错误类型与位置-Realize of lexical analysis generated binary type, and through the syntax analysis to generate variable watches, report an error type and location
Platform: | Size: 2347008 | Author: 陈桥 | Hits:
« 12 3 4 »

CodeBus www.codebus.net